"Asset":{"title":"Asset","description":"A physical or digital object or collection of objects specific to the creation of the Creative Work.","anyOf":[{"type":"object","additionalProperties":false,"required":["entityType","identifier","schemaVersion"],"properties":{"schemaVersion":{"$ref":"#/$defs/core/properties/schemaVersion","title":"Schema Version"},"entityType":{"title":"Entity Type","type":"string","const":"Asset"},"identifier":{"$ref":"#/$defs/Utility/properties/identifier","title":"Identifier"},"name":{"title":"Asset name","description":"A human readable name for the asset","anyOf":[{"type":"string"},{"type":"null"}]},"description":{"title":"Asset description","description":"A human readable description of the asset","anyOf":[{"type":"string"},{"type":"null"}]},"version":{"type":"object","additionalProperties":false,"title":"Asset Version Information","description":"A particular form, variant, or representation of an Asset that differs in some way from its source Asset.","properties":{"versionNumber":{"$ref":"#/$defs/Utility/properties/versionNumber"},"name":{"type":"string","title":"A name for this specific version of the Asset"},"description":{"title":"Asset description","description":"A human readable description of the version","anyOf":[{"type":"string"},{"type":"null"}]},"annotation":{"type":"array","description":"A collection of notes specific to this version","items":{"$ref":"#/$defs/Utility/properties/note"}},"DerivationOf":{"oneOf":[{"$ref":"#/$defs/core/properties/reference"},{"$ref":"#/$defs/Asset/properties/Asset"}]},"RevisionOf":{"oneOf":[{"$ref":"#/$defs/core/properties/reference"},{"$ref":"#/$defs/Asset/properties/Asset"}]},"VariantOf":{"oneOf":[{"$ref":"#/$defs/core/properties/reference"},{"$ref":"#/$defs/Asset/properties/Asset"}]},"Alternative":{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/core/properties/reference"},{"$ref":"#/$defs/Asset/properties/Asset"}]}},"Derivation":{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/core/properties/reference"},{"$ref":"#/$defs/Asset/properties/Asset"}]}},"Revision":{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/core/properties/reference"},{"$ref":"#/$defs/Asset/properties/Asset"}]}},"Variant":{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/core/properties/reference"},{"$ref":"#/$defs/Asset/properties/Asset"}]}},"customData":{"$ref":"#/$defs/core/properties/customData"}}},"provenance":{"$ref":"#/$defs/Utility/properties/provenance","title":"Provenance"},"Asset":{"title":"Asset Group","description":"The set of Assets that make up an an asset group and has a structuralType of 'assetGroup'","anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/core/properties/reference"},{"$ref":"#/$defs/Asset/properties/Asset"}]}},{"type":"null"}]},"AssetSC":{"title":"Structural Characteristics","oneOf":[{"$ref":"#/$defs/core/properties/reference"},{"$ref":"#/$defs/Asset/properties/AssetSC"}]},"assetFC":{"$ref":"#/$defs/Asset/properties/assetFC","title":"Asset Functional Characteristics"},"Context":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/core/properties/reference"},{"$ref":"#/$defs/MediaCreationContext/properties/Context"}]}},{"type":"null"}]},"Depiction":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/core/properties/reference"},{"$ref":"#/$defs/MediaCreationContext/properties/Depiction"}]}},{"type":"null"}]},"customData":{"$ref":"#/$defs/core/properties/customData","title":"Custom Data"},"entityInfo":{"$ref":"#/$defs/core/properties/entityInfo","title":"Entity Information"}}}]}
"Asset/0":{"type":"object","additionalProperties":false,"required":["entityType","identifier","schemaVersion"],"properties":{"schemaVersion":{"$ref":"#/$defs/core/properties/schemaVersion","title":"Schema Version"},"entityType":{"title":"Entity Type","type":"string","const":"Asset"},"identifier":{"$ref":"#/$defs/Utility/properties/identifier","title":"Identifier"},"name":{"title":"Asset name","description":"A human readable name for the asset","anyOf":[{"type":"string"},{"type":"null"}]},"description":{"title":"Asset description","description":"A human readable description of the asset","anyOf":[{"type":"string"},{"type":"null"}]},"version":{"type":"object","additionalProperties":false,"title":"Asset Version Information","description":"A particular form, variant, or representation of an Asset that differs in some way from its source Asset.","properties":{}},"provenance":{"$ref":"#/$defs/Utility/properties/provenance","title":"Provenance"},"Asset":{"title":"Asset Group","description":"The set of Assets that make up an an asset group and has a structuralType of 'assetGroup'","anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/core/properties/reference"},{"$ref":"#/$defs/Asset/properties/Asset"}]}},{"type":"null"}]},"AssetSC":{"title":"Structural Characteristics","oneOf":[{"$ref":"#/$defs/core/properties/reference"},{"$ref":"#/$defs/Asset/properties/AssetSC"}]},"assetFC":{"$ref":"#/$defs/Asset/properties/assetFC","title":"Asset Functional Characteristics"},"Context":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/core/properties/reference"},{"$ref":"#/$defs/MediaCreationContext/properties/Context"}]}},{"type":"null"}]},"Depiction":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/core/properties/reference"},{"$ref":"#/$defs/MediaCreationContext/properties/Depiction"}]}},{"type":"null"}]},"customData":{"$ref":"#/$defs/core/properties/customData","title":"Custom Data"},"entityInfo":{"$ref":"#/$defs/core/properties/entityInfo","title":"Entity Information"}}}
Schema schemaVersion
Annotations
Title Schema Version
Description Describes the version of OMC-JSON schema that was used to create this instance
{"title":"Schema Version","description":"Describes the version of OMC-JSON schema that was used to create this instance","default":"https://movielabs.com/omc/json/schema/v2.0","type":"string","enum":["https://movielabs.com/omc/json/schema/v2.0"]}
"identifier":{"type":"array","minItems":1,"title":"Identifier","description":"An identifier uniquely identifies an entity within a particular scope.","items":{"type":"object","additionalProperties":false,"required":["identifierScope","identifierValue"],"properties":{"identifierScope":{"type":"string","title":"Identifier Scope","description":"The universe within which an identifier is valid and unique."},"identifierValue":{"type":"string","title":"Identifier Value","description":"A string of characters that uniquely identifies an object within a particular scope."}}}}
"items":{"type":"object","additionalProperties":false,"required":["identifierScope","identifierValue"],"properties":{"identifierScope":{"type":"string","title":"Identifier Scope","description":"The universe within which an identifier is valid and unique."},"identifierValue":{"type":"string","title":"Identifier Value","description":"A string of characters that uniquely identifies an object within a particular scope."}}}
Schema identifierScope
Annotations
Title Identifier Scope
Description The universe within which an identifier is valid and unique.
"identifierValue":{"type":"string","title":"Identifier Value","description":"A string of characters that uniquely identifies an object within a particular scope."}
"version":{"type":"object","additionalProperties":false,"title":"Asset Version Information","description":"A particular form, variant, or representation of an Asset that differs in some way from its source Asset.","properties":{"versionNumber":{"$ref":"#/$defs/Utility/properties/versionNumber"},"name":{"type":"string","title":"A name for this specific version of the Asset"},"description":{"title":"Asset description","description":"A human readable description of the version","anyOf":[{"type":"string"},{"type":"null"}]},"annotation":{"type":"array","description":"A collection of notes specific to this version","items":{}},"DerivationOf":{"oneOf":[{"$ref":"#/$defs/core/properties/reference"},{"$ref":"#/$defs/Asset/properties/Asset"}]},"RevisionOf":{"oneOf":[{"$ref":"#/$defs/core/properties/reference"},{"$ref":"#/$defs/Asset/properties/Asset"}]},"VariantOf":{"oneOf":[{"$ref":"#/$defs/core/properties/reference"},{"$ref":"#/$defs/Asset/properties/Asset"}]},"Alternative":{"type":"array","items":{}},"Derivation":{"type":"array","items":{}},"Revision":{"type":"array","items":{}},"Variant":{"type":"array","items":{}},"customData":{"$ref":"#/$defs/core/properties/customData"}}}
Schema versionNumber
Annotations
Title Version Number
Description A designation indicating a place in a sequence of versions
"versionNumber":{"title":"Version Number","description":"A designation indicating a place in a sequence of versions","anyOf":[{"type":"string"},{"type":"number"},{"type":"null"}]}
"note":{"title":"Note","anyOf":[{"type":"object","additionalProperties":false,"properties":{"title":{"type":"string","title":"Title","description":"A title for the note or annotation"},"text":{"type":"string","title":"Text","description":"The text of the note or annotation"}}},{"type":"null"}]}
"note/0":{"type":"object","additionalProperties":false,"properties":{"title":{"type":"string","title":"Title","description":"A title for the note or annotation"},"text":{"type":"string","title":"Text","description":"The text of the note or annotation"}}}
"reference":{"title":"Reference entity","description":"An identifier that references another entity in the graph","anyOf":[{"type":"object","additionalProperties":false,"properties":{"identifier":{"$ref":"#/$defs/Utility/properties/identifier"}}},{"type":"null"}]}
"customData":{"type":"object","additionalProperties":true,"title":"Custom Data","description":"A user defined set of custom data in the payload of the instance, used where the formal schema lacks required properties"}
"provenance":{"type":"object","title":"Provenance","description":"A record of when something was changed and by whom.","properties":{"CreatedBy":{"oneOf":[{"$ref":"#/$defs/core/properties/reference"},{"$ref":"#/$defs/Participant/properties/Participant"}]},"Role":{"oneOf":[{"$ref":"#/$defs/core/properties/reference"},{"$ref":"#/$defs/Participant/properties/Role"}]},"createdOn":{"$ref":"#/$defs/Utility/properties/time/properties/dateTime"},"Origin":{"oneOf":[{"$ref":"#/$defs/core/properties/reference"},{"$ref":"#/$defs/Asset/properties/Asset"}]},"reason":{"type":"string"},"note":{"type":"array","items":{}}}}
"Participant":{"type":"object","additionalProperties":false,"title":"Participant","description":"The entities (people, organizations, and services) that are responsible for the production of the Creative Work.","required":["entityType","identifier","schemaVersion"],"properties":{"schemaVersion":{"$ref":"#/$defs/core/properties/schemaVersion","title":"Schema Version"},"entityType":{"title":"Entity Type","type":"string","const":"Participant"},"identifier":{"$ref":"#/$defs/Utility/properties/identifier"},"name":{"title":"Participant name","description":"A human readable name for the participant, primarily for use as a label","anyOf":[{"type":"string"},{"type":"null"}]},"description":{"title":"Description","description":"A brief description of the participant","anyOf":[{"type":"string"},{"type":"null"}]},"ParticipantSC":{"title":"Participant Structural Characteristics","description":"Describes the form of a Participant along with the attributes specific to that Participant’s form.","oneOf":[{"$ref":"#/$defs/core/properties/reference"},{"$ref":"#/$defs/Participant/properties/Person"},{"$ref":"#/$defs/Participant/properties/Department"},{"$ref":"#/$defs/Participant/properties/Organization"},{"$ref":"#/$defs/Participant/properties/Service"}],"type":"object"},"participantFC":{"type":"object","additionalProperties":true,"title":"Participant Functional Characteristics","description":"The use or purpose of a Participant within the production process","properties":{}},"contact":{"$ref":"#/$defs/Utility/properties/contact","title":"Participant Contact","description":"Contact information for the Participant"},"Participant":{"type":"array","title":"Participant","description":"Any Participants that are members of this Participant group","items":{}},"customData":{"$ref":"#/$defs/core/properties/customData"},"Context":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/core/properties/reference"},{"$ref":"#/$defs/MediaCreationContext/properties/Context"}]}},{"type":"null"}]},"Depiction":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/core/properties/reference"},{"$ref":"#/$defs/MediaCreationContext/properties/Depiction"}]}},{"type":"null"}]},"entityInfo":{"$ref":"#/$defs/core/properties/entityInfo","title":"Entity Information"}}}
"name":{"title":"Participant name","description":"A human readable name for the participant, primarily for use as a label","anyOf":[{"type":"string"},{"type":"null"}]}
Schema description
Annotations
Title Description
Description A brief description of the participant
"ParticipantSC":{"title":"Participant Structural Characteristics","description":"Describes the form of a Participant along with the attributes specific to that Participant’s form.","oneOf":[{"$ref":"#/$defs/core/properties/reference"},{"$ref":"#/$defs/Participant/properties/Person"},{"$ref":"#/$defs/Participant/properties/Department"},{"$ref":"#/$defs/Participant/properties/Organization"},{"$ref":"#/$defs/Participant/properties/Service"}],"type":"object"}
"Person":{"type":"object","additionalProperties":false,"title":"Person","description":"People are the individuals that are associated with the production","required":["entityType","identifier","schemaVersion"],"properties":{"schemaVersion":{"$ref":"#/$defs/core/properties/schemaVersion","title":"Schema Version"},"entityType":{"title":"Entity Type","type":"string","const":"Person"},"identifier":{"type":"array","title":"Identifier","description":"An identifier uniquely identifies an entity within a particular scope.","items":{}},"structuralType":{"type":"string","const":"person"},"name":{"title":"Person name","description":"A human readable name for the person, convenient for use in UI's etc.","anyOf":[{"type":"string"},{"type":"null"}]},"description":{"title":"Description","description":"A brief description of the person","anyOf":[{"type":"string"},{"type":"null"}]},"jobTitle":{"title":"Job Title","description":"A persons job title (as distinct from a specific role)","anyOf":[{"type":"string"},{"type":"null"}]},"Location":{"oneOf":[{"$ref":"#/$defs/core/properties/reference"},{"$ref":"#/$defs/Utility/properties/Location"}]},"gender":{"$ref":"#/$defs/Utility/properties/gender"},"contact":{"$ref":"#/$defs/Utility/properties/contact","title":"Person Contact","description":"Contact information for the Person"},"personName":{"$ref":"#/$defs/Utility/properties/completeName","title":"Person Name","description":"The canonical name or set of names and titles for the Person"},"customData":{"$ref":"#/$defs/core/properties/customData"},"entityInfo":{"$ref":"#/$defs/core/properties/entityInfo","title":"Entity Information"}}}
"identifier":{"type":"array","title":"Identifier","description":"An identifier uniquely identifies an entity within a particular scope.","items":{"type":"object","additionalProperties":false,"required":["identifierScope","identifierValue"],"properties":{"identifierScope":{"type":"string","title":"Identifier Scope","description":"The universe within which an identifier is valid and unique."},"identifierValue":{"type":"string","title":"Identifier Value","description":"A string of characters that uniquely identifies an object within a particular scope."}}}}
"items":{"type":"object","additionalProperties":false,"required":["identifierScope","identifierValue"],"properties":{"identifierScope":{"type":"string","title":"Identifier Scope","description":"The universe within which an identifier is valid and unique."},"identifierValue":{"type":"string","title":"Identifier Value","description":"A string of characters that uniquely identifies an object within a particular scope."}}}
Schema identifierScope
Annotations
Title Identifier Scope
Description The universe within which an identifier is valid and unique.
"identifierValue":{"type":"string","title":"Identifier Value","description":"A string of characters that uniquely identifies an object within a particular scope."}
"name":{"title":"Person name","description":"A human readable name for the person, convenient for use in UI's etc.","anyOf":[{"type":"string"},{"type":"null"}]}
"Location":{"type":"object","additionalProperties":false,"title":"Location","description":"A particular place or position either in either the real world or the narrative world.","required":["entityType","identifier","schemaVersion"],"properties":{"schemaVersion":{"$ref":"#/$defs/core/properties/schemaVersion","title":"Schema Version"},"entityType":{"title":"Entity Type","type":"string","const":"Location"},"identifier":{"$ref":"#/$defs/Utility/properties/identifier","title":"Identifier"},"name":{"title":"Location name","description":"A human readable name for the location","anyOf":[{"type":"string"},{"type":"null"}]},"description":{"title":"Location Description","description":"A brief description of the location","anyOf":[{"type":"string"},{"type":"null"}]},"address":{"$ref":"#/$defs/Utility/properties/address","title":"Address"},"coordinates":{"$ref":"#/$defs/Utility/properties/coordinates","title":"Coordinates"},"Context":{"type":"array","items":{}},"entityInfo":{"$ref":"#/$defs/core/properties/entityInfo","title":"Entity Information"}}}
"address":{"title":"Address","description":"A postal address or identifiable location of a place or building","anyOf":[{"type":"object","additionalProperties":false,"properties":{"street":{"title":"Street Address","description":"The street address","examples":["1600 Amphitheater Parkway"],"anyOf":[{"type":"string"},{"type":"null"}]},"locality":{"title":"Address locality","description":"The locality in which the street address is, and which is in the region.","examples":["Mountain View"],"anyOf":[{"type":"string"},{"type":"null"}]},"region":{"title":"Address region","description":"The region in which the locality is, and which is in the country","examples":["California"],"anyOf":[{"type":"string"},{"type":"null"}]},"postalCode":{"title":"Zip or Postal Code","description":"A zip or postal code","examples":["94534"],"anyOf":[{"type":"string"},{"type":"null"}]},"country":{"$ref":"#/$defs/Utility/properties/country","title":"Country"}}},{"type":"null"}]}
"address/0":{"type":"object","additionalProperties":false,"properties":{"street":{"title":"Street Address","description":"The street address","examples":["1600 Amphitheater Parkway"],"anyOf":[{"type":"string"},{"type":"null"}]},"locality":{"title":"Address locality","description":"The locality in which the street address is, and which is in the region.","examples":["Mountain View"],"anyOf":[{"type":"string"},{"type":"null"}]},"region":{"title":"Address region","description":"The region in which the locality is, and which is in the country","examples":["California"],"anyOf":[{"type":"string"},{"type":"null"}]},"postalCode":{"title":"Zip or Postal Code","description":"A zip or postal code","examples":["94534"],"anyOf":[{"type":"string"},{"type":"null"}]},"country":{"$ref":"#/$defs/Utility/properties/country","title":"Country"}}}
"locality":{"title":"Address locality","description":"The locality in which the street address is, and which is in the region.","examples":["Mountain View"],"anyOf":[{"type":"string"},{"type":"null"}]}
Schema region
Annotations
Title Address region
Description The region in which the locality is, and which is in the country
"region":{"title":"Address region","description":"The region in which the locality is, and which is in the country","examples":["California"],"anyOf":[{"type":"string"},{"type":"null"}]}
"country":{"title":"Country","description":"The country, as an ISO 3166-1 alpha-2 country code","examples":["US"],"anyOf":[{"type":"string","minLength":2,"maxLength":2},{"type":"null"}]}
"coordinates":{"title":"Coordinates","description":"A global positioning coordinate in compliance with WGS 84","anyOf":[{"type":"object","additionalProperties":false,"properties":{"latitude":{"type":"number","minimum":-90,"maximum":90,"title":"latitude"},"longitude":{"type":"number","minimum":-180,"maximum":180,"title":"longitude"}}},{"type":"null"}]}
"Context":{"type":"object","additionalProperties":true,"title":"Context","description":"Informs scope within the construction process of a Creative Work.","required":["entityType","identifier","schemaVersion"],"properties":{"schemaVersion":{"$ref":"#/$defs/core/properties/schemaVersion","title":"Schema Version"},"entityType":{"title":"Entity Type","type":"string","const":"Context"},"identifier":{"$ref":"#/$defs/Utility/properties/identifier"},"name":{"title":"Context name","description":"A human readable name for the Context","anyOf":[{"type":"string"},{"type":"null"}]},"description":{"type":"object","title":"Description","description":"A brief description of the context"},"contextType":{"title":"Context Type","description":"A classifiaction of the type of context represented","examples":["narrative","production"],"anyOf":[{"type":"string"},{"type":"null"}]},"Context":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/MediaCreationContext/properties/Context","type":"object"},{"$ref":"#/$defs/core/properties/reference"}]}},{"type":"null"}]},"For":{"title":"Context For","description":"The entities for which this Context applies to","anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/core/properties/reference"},{"$ref":"#/$defs/Asset/properties/Asset"},{"$ref":"#/$defs/MediaCreationContext/properties/Character"},{"$ref":"#/$defs/MediaCreationContext/properties/Context"},{"$ref":"#/$defs/MediaCreationContext/properties/CreativeWork"},{"$ref":"#/$defs/MediaCreationContext/properties/Depiction"},{"$ref":"#/$defs/Participant/properties/Participant"},{"$ref":"#/$defs/MediaCreationContext/properties/SpecialAction"},{"$ref":"#/$defs/MediaCreationContext/properties/NarrativeAudio"},{"$ref":"#/$defs/MediaCreationContext/properties/Effect"},{"$ref":"#/$defs/MediaCreationContext/properties/NarrativeLocation"},{"$ref":"#/$defs/MediaCreationContext/properties/NarrativeObject"},{"$ref":"#/$defs/MediaCreationContext/properties/NarrativeScene"},{"$ref":"#/$defs/MediaCreationContext/properties/NarrativeStyling"},{"$ref":"#/$defs/MediaCreationContext/properties/NarrativeWardrobe"},{"$ref":"#/$defs/MediaCreationContext/properties/ProductionLocation"},{"$ref":"#/$defs/MediaCreationContext/properties/ProductionScene"},{"$ref":"#/$defs/MediaCreationContext/properties/Sequence"},{"$ref":"#/$defs/MediaCreationContext/properties/Slate"}]}},{"type":"null"}]},"customData":{"$ref":"#/$defs/core/properties/customData","title":"Custom Data"},"entityInfo":{"$ref":"#/$defs/core/properties/entityInfo","title":"Entity Information"},"contributor":{"anyOf":[{"type":"object","properties":{"Participant":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/Participant/properties/Participant","type":"object"},{"$ref":"#/$defs/core/properties/reference"}]}},{"type":"null"}]}}},{"type":"null"}]},"contributesTo":{"anyOf":[{"type":"object","properties":{"CreativeWork":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/MediaCreationContext/properties/CreativeWork","type":"object"},{"$ref":"#/$defs/core/properties/reference"}]}},{"type":"null"}]}}},{"type":"null"}]},"features":{"anyOf":[{"type":"object","properties":{"Character":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/MediaCreationContext/properties/Character"},{"$ref":"#/$defs/core/properties/reference"}]}},{"type":"null"}]},"SpecialAction":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/MediaCreationContext/properties/SpecialAction"},{"$ref":"#/$defs/core/properties/reference"}]}},{"type":"null"}]},"NarrativeAudio":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/MediaCreationContext/properties/NarrativeAudio"},{"$ref":"#/$defs/core/properties/reference"}]}},{"type":"null"}]},"Effect":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/MediaCreationContext/properties/NarrativeAudio"},{"$ref":"#/$defs/core/properties/reference"}]}},{"type":"null"}]},"NarrativeLocation":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/MediaCreationContext/properties/NarrativeLocation"},{"$ref":"#/$defs/core/properties/reference"}]}},{"type":"null"}]},"NarrativeObject":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/MediaCreationContext/properties/NarrativeObject"},{"$ref":"#/$defs/core/properties/reference"}]}},{"type":"null"}]},"NarrativeStyling":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/MediaCreationContext/properties/NarrativeStyling"},{"$ref":"#/$defs/core/properties/reference"}]}},{"type":"null"}]},"NarrativeWardrobe":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/MediaCreationContext/properties/NarrativeWardrobe"},{"$ref":"#/$defs/core/properties/reference"}]}},{"type":"null"}]}}},{"type":"null"}]},"featuresIn":{"anyOf":[{"type":"object","properties":{"NarrativeScene":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/MediaCreationContext/properties/NarrativeScene","type":"object"},{"$ref":"#/$defs/core/properties/reference"}]}},{"type":"null"}]}}},{"type":"null"}]},"for":{"anyOf":[{"type":"object","properties":{"Asset":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/Asset/properties/Asset"},{"$ref":"#/$defs/core/properties/reference"}]}},{"type":"null"}]},"CreativeWork":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/MediaCreationContext/properties/CreativeWork"},{"$ref":"#/$defs/core/properties/reference"}]}},{"type":"null"}]},"NarrativeScene":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/MediaCreationContext/properties/NarrativeScene"},{"$ref":"#/$defs/core/properties/reference"}]}},{"type":"null"}]},"ProductionScene":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/MediaCreationContext/properties/ProductionScene"},{"$ref":"#/$defs/core/properties/reference"}]}},{"type":"null"}]},"Sequence":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/MediaCreationContext/properties/Sequence"},{"$ref":"#/$defs/core/properties/reference"}]}},{"type":"null"}]},"Slate":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/MediaCreationContext/properties/Slate"},{"$ref":"#/$defs/core/properties/reference"}]}},{"type":"null"}]}}},{"type":"null"}]},"has":{"anyOf":[{"type":"object","properties":{"Asset":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/Asset/properties/Asset"},{"$ref":"#/$defs/core/properties/reference"}]}},{"type":"null"}]},"Infrastructure":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/Infrastructure/properties/Infrastructure","type":"object"},{"$ref":"#/$defs/core/properties/reference"}]}},{"type":"null"}]},"SpecialAction":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/MediaCreationContext/properties/SpecialAction"},{"$ref":"#/$defs/core/properties/reference"}]}},{"type":"null"}]},"NarrativeLocation":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/MediaCreationContext/properties/NarrativeLocation"},{"$ref":"#/$defs/core/properties/reference"}]}},{"type":"null"}]},"NarrativeScene":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/MediaCreationContext/properties/NarrativeScene"},{"$ref":"#/$defs/core/properties/reference"}]}},{"type":"null"}]},"Participant":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/Participant/properties/Participant","type":"object"},{"$ref":"#/$defs/core/properties/reference"}]}},{"type":"null"}]},"ProductionScene":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/MediaCreationContext/properties/ProductionScene"},{"$ref":"#/$defs/core/properties/reference"}]}},{"type":"null"}]},"Sequence":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/MediaCreationContext/properties/Sequence","type":"object"},{"$ref":"#/$defs/core/properties/reference"}]}},{"type":"null"}]},"Slate":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/MediaCreationContext/properties/Slate","type":"object"},{"$ref":"#/$defs/core/properties/reference"}]}},{"type":"null"}]}}},{"type":"null"}]},"neededBy":{"anyOf":[{"type":"object","properties":{"Character":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/MediaCreationContext/properties/Character","type":"object"},{"$ref":"#/$defs/core/properties/reference"}]}},{"type":"null"}]}}},{"type":"null"}]},"needs":{"anyOf":[{"type":"object","properties":{"NarrativeAudio":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/MediaCreationContext/properties/NarrativeAudio","type":"object"},{"$ref":"#/$defs/core/properties/reference"}]}},{"type":"null"}]},"SpecialAction":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/MediaCreationContext/properties/SpecialAction","type":"object"},{"$ref":"#/$defs/core/properties/reference"}]}},{"type":"null"}]},"Effect":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/MediaCreationContext/properties/Effect","type":"object"},{"$ref":"#/$defs/core/properties/reference"}]}},{"type":"null"}]},"NarrativeObject":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/MediaCreationContext/properties/NarrativeObject","type":"object"},{"$ref":"#/$defs/core/properties/reference"}]}},{"type":"null"}]},"NarrativeStyling":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/MediaCreationContext/properties/NarrativeStyling","type":"object"},{"$ref":"#/$defs/core/properties/reference"}]}},{"type":"null"}]},"NarrativeWardrobe":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/MediaCreationContext/properties/NarrativeWardrobe","type":"object"},{"$ref":"#/$defs/core/properties/reference"}]}},{"type":"null"}]}}},{"type":"null"}]},"releated":{"anyOf":[{"type":"object","properties":{"ProductionScene":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/MediaCreationContext/properties/ProductionScene","type":"object"},{"$ref":"#/$defs/core/properties/reference"}]}},{"type":"null"}]}}},{"type":"null"}]},"represents":{"anyOf":[{"type":"object","properties":{"NarrativeScene":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/MediaCreationContext/properties/NarrativeScene","type":"object"},{"$ref":"#/$defs/core/properties/reference"}]}},{"type":"null"}]}}},{"type":"null"}]},"representedBy":{"anyOf":[{"type":"object","properties":{"ProductionScene":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/MediaCreationContext/properties/ProductionScene","type":"object"},{"$ref":"#/$defs/core/properties/reference"}]}},{"type":"null"}]}}},{"type":"null"}]},"usedIn":{"anyOf":[{"type":"object","properties":{"Depiction":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/MediaCreationContext/properties/Depiction","type":"object"},{"$ref":"#/$defs/core/properties/reference"}]}},{"type":"null"}]},"ProductionLocation":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/MediaCreationContext/properties/ProductionLocation","type":"object"},{"$ref":"#/$defs/core/properties/reference"}]}},{"type":"null"}]},"ProductionScene":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/MediaCreationContext/properties/ProductionScene","type":"object"},{"$ref":"#/$defs/core/properties/reference"}]}},{"type":"null"}]}}},{"type":"null"}]},"uses":{"anyOf":[{"type":"object","properties":{"Asset":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/Asset/properties/Asset","type":"object"},{"$ref":"#/$defs/core/properties/reference"}]}},{"type":"null"}]},"Depiction":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/MediaCreationContext/properties/Depiction","type":"object"},{"$ref":"#/$defs/core/properties/reference"}]}},{"type":"null"}]},"Infrastructure":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/Infrastructure/properties/Infrastructure","type":"object"},{"$ref":"#/$defs/core/properties/reference"}]}},{"type":"null"}]},"ProductionLocation":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/MediaCreationContext/properties/ProductionLocation","type":"object"},{"$ref":"#/$defs/core/properties/reference"}]}},{"type":"null"}]}}},{"type":"null"}]}}}
"contextType":{"title":"Context Type","description":"A classifiaction of the type of context represented","examples":["narrative","production"],"anyOf":[{"type":"string"},{"type":"null"}]}
"For":{"title":"Context For","description":"The entities for which this Context applies to","anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/core/properties/reference"},{"$ref":"#/$defs/Asset/properties/Asset"},{"$ref":"#/$defs/MediaCreationContext/properties/Character"},{"$ref":"#/$defs/MediaCreationContext/properties/Context"},{"$ref":"#/$defs/MediaCreationContext/properties/CreativeWork"},{"$ref":"#/$defs/MediaCreationContext/properties/Depiction"},{"$ref":"#/$defs/Participant/properties/Participant"},{"$ref":"#/$defs/MediaCreationContext/properties/SpecialAction"},{"$ref":"#/$defs/MediaCreationContext/properties/NarrativeAudio"},{"$ref":"#/$defs/MediaCreationContext/properties/Effect"},{"$ref":"#/$defs/MediaCreationContext/properties/NarrativeLocation"},{"$ref":"#/$defs/MediaCreationContext/properties/NarrativeObject"},{"$ref":"#/$defs/MediaCreationContext/properties/NarrativeScene"},{"$ref":"#/$defs/MediaCreationContext/properties/NarrativeStyling"},{"$ref":"#/$defs/MediaCreationContext/properties/NarrativeWardrobe"},{"$ref":"#/$defs/MediaCreationContext/properties/ProductionLocation"},{"$ref":"#/$defs/MediaCreationContext/properties/ProductionScene"},{"$ref":"#/$defs/MediaCreationContext/properties/Sequence"},{"$ref":"#/$defs/MediaCreationContext/properties/Slate"}]}},{"type":"null"}]}
Description A sentient entity (usually a person but not always) in the script whose specific identity is consequential to the narrative. A Character is generally identified by a specific name.
"Character":{"type":"object","additionalProperties":false,"title":"Character","description":"A sentient entity (usually a person but not always) in the script whose specific identity is consequential to the narrative. A Character is generally identified by a specific name.","required":["entityType","identifier","schemaVersion"],"properties":{"schemaVersion":{"$ref":"#/$defs/core/properties/schemaVersion","title":"Schema Version"},"entityType":{"title":"Entity Type","type":"string","const":"Character"},"identifier":{"$ref":"#/$defs/Utility/properties/identifier"},"name":{"title":"Asset name","description":"The primary name used for the character","anyOf":[{"type":"string"},{"type":"null"}]},"description":{"title":"Character Description","description":"A brief description of the character","anyOf":[{"type":"string"},{"type":"null"}]},"characterName":{"$ref":"#/$defs/Utility/properties/completeName","title":"Character Name"},"profile":{"type":"object","additionalProperties":false,"title":"Profile","properties":{}},"customData":{"$ref":"#/$defs/core/properties/customData"},"Depiction":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/core/properties/reference"},{"$ref":"#/$defs/MediaCreationContext/properties/Depiction"}]}},{"type":"null"}]},"Context":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/core/properties/reference"},{"$ref":"#/$defs/MediaCreationContext/properties/Context"}]}},{"type":"null"}]},"entityInfo":{"$ref":"#/$defs/core/properties/entityInfo","title":"Entity Information"}}}
"completeName":{"type":"object","additionalProperties":false,"title":"Complete Name","description":"A detailed description of a person, or others, name and variants of their name.","properties":{"firstGivenName":{"title":"First Given Name","description":"A person's first name, also referred to as given name","anyOf":[{"type":"string"},{"type":"null"}]},"secondGivenName":{"title":"Second Given Name","description":"A persons second given name, also referred to as middle name","anyOf":[{"type":"string"},{"type":"null"}]},"familyName":{"title":"Family Name","description":"A persons family name, also referred to as surname","anyOf":[{"type":"string"},{"type":"null"}]},"fullName":{"title":"Full Name","description":"A complete name, typically a conjunction of familyName, firstGivenName and possibly other fields.","anyOf":[{"type":"string"},{"type":"null"}]},"birthName":{"title":"Birth Name","description":"A persons name at birth, also referred to as maiden name","anyOf":[{"type":"string"},{"type":"null"}]},"primaryName":{"title":"Primary Name","description":"A persons primary name, one they typically use, also often a combination of first, second and family name","anyOf":[{"type":"string"},{"type":"null"}]},"pseudonym":{"title":"Pseudonym","anyOf":[{"type":"string"},{"type":"null"}]},"altName":{"title":"Alternate Name","anyOf":[{"type":"string"},{"type":"null"}]},"translatedName":{"title":"Translated Name","anyOf":[{"type":"string"},{"type":"null"}]},"nickname":{"title":"Nickname","anyOf":[{"type":"string"},{"type":"null"}]},"moniker":{"title":"Moniker","anyOf":[{"type":"string"},{"type":"null"}]},"alias":{"title":"Alias","description":"An alias being used by a person often used to disguise someones real identity, sometimes used when booking hotel rooms or restaurants ","anyOf":[{"type":"string"},{"type":"null"}]},"contractualName":{"title":"Contractual Name","anyOf":[{"type":"string"},{"type":"null"}]},"displayName":{"title":"Display Name","anyOf":[{"type":"string"},{"type":"null"}]},"sortName":{"title":"Sort Name","anyOf":[{"type":"string"},{"type":"null"}]},"scriptName":{"title":"Script Name","anyOf":[{"type":"string"},{"type":"null"}]},"prefix":{"title":"Prefix","description":"A prefix that can indicate a persons gender or title","examples":["Mrs","Mr","Dr","General"],"anyOf":[{"type":"string"},{"type":"null"}]},"suffix":{"title":"Suffix","description":"A suffix, often used to indicate a title or classification","examples":["MBE","MD","RN","II","IV"],"anyOf":[{"type":"string"},{"type":"null"}]}}}
Schema firstGivenName
Annotations
Title First Given Name
Description A person's first name, also referred to as given name
"firstGivenName":{"title":"First Given Name","description":"A person's first name, also referred to as given name","anyOf":[{"type":"string"},{"type":"null"}]}
Schema secondGivenName
Annotations
Title Second Given Name
Description A persons second given name, also referred to as middle name
"secondGivenName":{"title":"Second Given Name","description":"A persons second given name, also referred to as middle name","anyOf":[{"type":"string"},{"type":"null"}]}
Schema familyName
Annotations
Title Family Name
Description A persons family name, also referred to as surname
"fullName":{"title":"Full Name","description":"A complete name, typically a conjunction of familyName, firstGivenName and possibly other fields.","anyOf":[{"type":"string"},{"type":"null"}]}
Schema birthName
Annotations
Title Birth Name
Description A persons name at birth, also referred to as maiden name
"birthName":{"title":"Birth Name","description":"A persons name at birth, also referred to as maiden name","anyOf":[{"type":"string"},{"type":"null"}]}
Schema primaryName
Annotations
Title Primary Name
Description A persons primary name, one they typically use, also often a combination of first, second and family name
"primaryName":{"title":"Primary Name","description":"A persons primary name, one they typically use, also often a combination of first, second and family name","anyOf":[{"type":"string"},{"type":"null"}]}
"alias":{"title":"Alias","description":"An alias being used by a person often used to disguise someones real identity, sometimes used when booking hotel rooms or restaurants ","anyOf":[{"type":"string"},{"type":"null"}]}
"prefix":{"title":"Prefix","description":"A prefix that can indicate a persons gender or title","examples":["Mrs","Mr","Dr","General"],"anyOf":[{"type":"string"},{"type":"null"}]}
Schema suffix
Annotations
Title Suffix
Description A suffix, often used to indicate a title or classification
"suffix":{"title":"Suffix","description":"A suffix, often used to indicate a title or classification","examples":["MBE","MD","RN","II","IV"],"anyOf":[{"type":"string"},{"type":"null"}]}
"profile":{"type":"object","additionalProperties":false,"title":"Profile","properties":{"physicalCharacteristics":{"type":"object","additionalProperties":true,"title":"Physical Characteristics","description":"Allows for the the description of certain physical characteristics on a character, things that might be useful to an art department, wardrobe or casting for example.","properties":{}},"gender":{"$ref":"#/$defs/Utility/properties/gender"},"background":{"type":"object","additionalProperties":true,"title":"background"}}}
Schema physicalCharacteristics
Annotations
Title Physical Characteristics
Description Allows for the the description of certain physical characteristics on a character, things that might be useful to an art department, wardrobe or casting for example.
"physicalCharacteristics":{"type":"object","additionalProperties":true,"title":"Physical Characteristics","description":"Allows for the the description of certain physical characteristics on a character, things that might be useful to an art department, wardrobe or casting for example.","properties":{"species":{"type":"string","title":"Species","description":"A species to which this character belongs","examples":["Human","Borg","Goblin","Frog"]},"hairColor":{"type":"string","title":"Hair Color","description":"The hair color of the character","examples":["Brown","Pink","Blonde",""]},"hairLength":{"type":"string","title":"Hair Length","description":"The length of hair of the character"},"eyeColor":{"type":"string","title":"Eye Color","description":"The color of the characters eyes"},"weight":{"$ref":"#/$defs/Utility/properties/unitOfMeasurement/properties/weight","title":"weight"},"height":{"$ref":"#/$defs/Utility/properties/unitOfMeasurement/properties/linearDistance","title":"height"}}}
Schema species
Annotations
Title Species
Description A species to which this character belongs
"weight":{"title":"weight","description":"Encode a measurement of weight using the imperial or metric system","oneOf":[{"type":"null"},{"type":"string","pattern":"^(\\d+kg)?(\\d+g)?$","description":"Encode weight using the metric system of measurement (kilogram, gram)","examples":["3kg7g"]},{"type":"string","pattern":"^(\\d+lb)?(\\d+oz)?$","description":"Encode weight using the imperial system of measurement (pounds, ounces)","examples":["12lb14oz"]}]}
{"type":"string","pattern":"^(\\d+kg)?(\\d+g)?$","description":"Encode weight using the metric system of measurement (kilogram, gram)","examples":["3kg7g"]}
Schema oneOf/2
Annotations
Description Encode weight using the imperial system of measurement (pounds, ounces)
{"type":"string","pattern":"^(\\d+lb)?(\\d+oz)?$","description":"Encode weight using the imperial system of measurement (pounds, ounces)","examples":["12lb14oz"]}
"linearDistance":{"title":"Linear Distance","description":"Encode a measurement of distance using the imperial or metric system","oneOf":[{"type":"null"},{"type":"string","pattern":"^-?(\\d+km)?(\\d+m)?(\\d+cm)?(\\d+mm)?$","description":"Encode distance using the metric system of measurement (kilometer, meter, centimetre, millimeter","examples":["100m","6km2m56cm12mm"]},{"type":"string","pattern":"^-?(\\d+mi)?(\\d+ft)?(\\d+in)?$","description":"Encode distance using the imperial system of measurement (miles, feet, inches)","examples":["2000ft","2mi12ft6in"]}]}
{"type":"string","pattern":"^-?(\\d+km)?(\\d+m)?(\\d+cm)?(\\d+mm)?$","description":"Encode distance using the metric system of measurement (kilometer, meter, centimetre, millimeter","examples":["100m","6km2m56cm12mm"]}
Schema oneOf/2
Annotations
Description Encode distance using the imperial system of measurement (miles, feet, inches)
{"type":"string","pattern":"^-?(\\d+mi)?(\\d+ft)?(\\d+in)?$","description":"Encode distance using the imperial system of measurement (miles, feet, inches)","examples":["2000ft","2mi12ft6in"]}
"gender":{"title":"Gender","description":"A person, or others, expressed or prefered gender and pronoun","anyOf":[{"type":"object","additionalProperties":false,"properties":{"gender":{"title":"Identifies as gender","description":"The gender by which an individual identifies","anyOf":[{"type":"string"},{"type":"null"}],"enum":[null,"other","female","male","unknown"]},"genderPronoun":{"title":"Preferred pronoun","description":"An individuals pronoun of choice","anyOf":[{"type":"string"},{"type":"null"}],"enum":[null,"he/him","they/their","ze/hir","she/her"]}}},{"type":"null"}]}
"gender/0":{"type":"object","additionalProperties":false,"properties":{"gender":{"title":"Identifies as gender","description":"The gender by which an individual identifies","anyOf":[{"type":"string"},{"type":"null"}],"enum":[null,"other","female","male","unknown"]},"genderPronoun":{"title":"Preferred pronoun","description":"An individuals pronoun of choice","anyOf":[{"type":"string"},{"type":"null"}],"enum":[null,"he/him","they/their","ze/hir","she/her"]}}}
Schema gender
Annotations
Title Identifies as gender
Description The gender by which an individual identifies
"gender":{"title":"Identifies as gender","description":"The gender by which an individual identifies","anyOf":[{"type":"string"},{"type":"null"}],"enum":[null,"other","female","male","unknown"]}
"Depiction":{"type":"object","additionalProperties":false,"title":"Depiction","description":"The representation of something from a narrative entity by a production entity in the Creative Work, specified or implied by the Script.","required":["entityType","identifier","schemaVersion"],"properties":{"schemaVersion":{"$ref":"#/$defs/core/properties/schemaVersion"},"entityType":{"title":"Entity Type","type":"string","const":"Depiction"},"identifier":{"$ref":"#/$defs/Utility/properties/identifier"},"name":{"title":"Depiction Styling Name","description":"A human readable name for the styling","anyOf":[{"type":"string"},{"type":"null"}]},"description":{"title":"Depiction Description","description":"A brief description of the depiction or portrayal","anyOf":[{"type":"string"},{"type":"null"}]},"depictionType":{"title":"Object type","description":"A categorization of the type of depiction","type":"string","enum":["portrayal","depiction"]},"customData":{"$ref":"#/$defs/core/properties/customData"},"Depicts":{"oneOf":[{"$ref":"#/$defs/core/properties/reference"},{"$ref":"#/$defs/MediaCreationContext/properties/Character"},{"$ref":"#/$defs/MediaCreationContext/properties/NarrativeLocation"},{"$ref":"#/$defs/MediaCreationContext/properties/NarrativeObject"},{"$ref":"#/$defs/MediaCreationContext/properties/NarrativeStyling"},{"$ref":"#/$defs/MediaCreationContext/properties/NarrativeWardrobe"}],"type":"object"},"Depictor":{"oneOf":[{"$ref":"#/$defs/core/properties/reference"},{"$ref":"#/$defs/Asset/properties/Asset"},{"$ref":"#/$defs/Participant/properties/Participant"}],"type":"object"},"Context":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/core/properties/reference"},{"$ref":"#/$defs/MediaCreationContext/properties/Context"}]}},{"type":"null"}]},"entityInfo":{"$ref":"#/$defs/core/properties/entityInfo","title":"Entity Information"}}}
"description":{"title":"Depiction Description","description":"A brief description of the depiction or portrayal","anyOf":[{"type":"string"},{"type":"null"}]}
Schema depictionType
Annotations
Title Object type
Description A categorization of the type of depiction
"NarrativeLocation":{"type":"object","additionalProperties":false,"title":"Narrative Location","description":"A location specified or implied by the narrative.","required":["entityType","identifier","schemaVersion"],"properties":{"schemaVersion":{"$ref":"#/$defs/core/properties/schemaVersion"},"entityType":{"title":"Entity Type","type":"string","const":"NarrativeLocation"},"identifier":{"$ref":"#/$defs/Utility/properties/identifier"},"name":{"title":"Narrative Location Name","description":"A human readable name for the location","anyOf":[{"type":"string"},{"type":"null"}]},"description":{"title":"Narrative Location Description","description":"A brief description of the narrative location","anyOf":[{"type":"string"},{"type":"null"}]},"Location":{"oneOf":[{"$ref":"#/$defs/core/properties/reference"},{"$ref":"#/$defs/Utility/properties/Location"}]},"Context":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/core/properties/reference"},{"$ref":"#/$defs/MediaCreationContext/properties/Context"}]}},{"type":"null"}]},"Depiction":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/core/properties/reference"},{"$ref":"#/$defs/MediaCreationContext/properties/Depiction"}]}},{"type":"null"}]},"customData":{"$ref":"#/$defs/core/properties/customData"},"entityInfo":{"$ref":"#/$defs/core/properties/entityInfo","title":"Entity Information"}}}
"description":{"title":"Narrative Location Description","description":"A brief description of the narrative location","anyOf":[{"type":"string"},{"type":"null"}]}
"entityInfo":{"type":"object","title":"Entity Information","description":"Reserved for future use to describe specific details about the instance of the entity"}
Description A named object related to or interacting with characters that is implied or understood to be necessary for the narrative. Includes items like props, wardrobe, set dressing and vehicles.
"NarrativeObject":{"type":"object","additionalProperties":false,"title":"Narrative Object","description":"A named object related to or interacting with characters that is implied or understood to be necessary for the narrative. Includes items like props, wardrobe, set dressing and vehicles.","required":["entityType","identifier","schemaVersion"],"properties":{"schemaVersion":{"$ref":"#/$defs/core/properties/schemaVersion","title":"Schema Version"},"entityType":{"title":"Entity Type","type":"string","const":"NarrativeObject"},"identifier":{"$ref":"#/$defs/Utility/properties/identifier"},"name":{"title":"Narrative Object Name","description":"A human readable name for the object","anyOf":[{"type":"string"},{"type":"null"}]},"description":{"title":"Narrative Object Description","description":"A brief description of the narrative object","anyOf":[{"type":"string"},{"type":"null"}]},"narrativeType":{"title":"Object type","description":"A departmental categorization for the object.","type":"string","enum":["greenery","prop","wardrobe","object","vehicle","setDressing"]},"customData":{"$ref":"#/$defs/core/properties/customData","title":"Custom Data"},"size":{"title":"Size","anyOf":[{"type":"string"},{"type":"null"}]},"quantity":{"title":"Quantity","anyOf":[{"type":"string"},{"type":"number"}]},"Context":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/core/properties/reference"},{"$ref":"#/$defs/MediaCreationContext/properties/Context"}]}},{"type":"null"}]},"Depiction":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/core/properties/reference"},{"$ref":"#/$defs/MediaCreationContext/properties/Depiction"}]}},{"type":"null"}]},"entityInfo":{"$ref":"#/$defs/core/properties/entityInfo","title":"Entity Information"}}}
"description":{"title":"Narrative Object Description","description":"A brief description of the narrative object","anyOf":[{"type":"string"},{"type":"null"}]}
Schema narrativeType
Annotations
Title Object type
Description A departmental categorization for the object.
"narrativeType":{"title":"Object type","description":"A departmental categorization for the object.","type":"string","enum":["greenery","prop","wardrobe","object","vehicle","setDressing"]}
"NarrativeStyling":{"type":"object","additionalProperties":false,"title":"Narrative Styling","description":"Styling required to prepare an actor for their role","required":["entityType","identifier","schemaVersion"],"properties":{"schemaVersion":{"$ref":"#/$defs/core/properties/schemaVersion"},"entityType":{"title":"Entity Type","type":"string","const":"NarrativeStyling"},"identifier":{"$ref":"#/$defs/Utility/properties/identifier"},"name":{"title":"Narrative Styling Name","description":"A human readable name for the styling","anyOf":[{"type":"string"},{"type":"null"}]},"description":{"title":"Narrative Styling Description","description":"A brief description of the narrative styling","anyOf":[{"type":"string"},{"type":"null"}]},"narrativeType":{"title":"Object type","description":"A categorization of the type styling.","type":"string","enum":["makeup","hair","styling","prosthetics","wardrobe"]},"customData":{"$ref":"#/$defs/core/properties/customData"},"Context":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/core/properties/reference"},{"$ref":"#/$defs/MediaCreationContext/properties/Context"}]}},{"type":"null"}]},"Depiction":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/core/properties/reference"},{"$ref":"#/$defs/MediaCreationContext/properties/Depiction"}]}},{"type":"null"}]},"entityInfo":{"$ref":"#/$defs/core/properties/entityInfo","title":"Entity Information"}}}
"description":{"title":"Narrative Styling Description","description":"A brief description of the narrative styling","anyOf":[{"type":"string"},{"type":"null"}]}
"narrativeType":{"title":"Object type","description":"A categorization of the type styling.","type":"string","enum":["makeup","hair","styling","prosthetics","wardrobe"]}
"NarrativeWardrobe":{"type":"object","additionalProperties":false,"title":"Narrative Wardrobe","description":"The clothing for a Character in the narrative.","required":["entityType","identifier","schemaVersion"],"properties":{"schemaVersion":{"$ref":"#/$defs/core/properties/schemaVersion"},"entityType":{"title":"Entity Type","type":"string","const":"NarrativeWardrobe"},"identifier":{"$ref":"#/$defs/Utility/properties/identifier"},"name":{"title":"Narrative Styling Name","description":"A human readable name for the styling","anyOf":[{"type":"string"},{"type":"null"}]},"description":{"title":"Narrative Wardrobe Description","description":"A brief description of the narrative wardrobe","anyOf":[{"type":"string"},{"type":"null"}]},"narrativeType":{"title":"Object type","description":"A categorization of the type wardrobe","type":"string","enum":["wardrobe"]},"customData":{"$ref":"#/$defs/core/properties/customData"},"Context":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/core/properties/reference"},{"$ref":"#/$defs/MediaCreationContext/properties/Context"}]}},{"type":"null"}]},"Depiction":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/core/properties/reference"},{"$ref":"#/$defs/MediaCreationContext/properties/Depiction"}]}},{"type":"null"}]},"entityInfo":{"$ref":"#/$defs/core/properties/entityInfo","title":"Entity Information"}}}
"description":{"title":"Narrative Wardrobe Description","description":"A brief description of the narrative wardrobe","anyOf":[{"type":"string"},{"type":"null"}]}
"CreativeWork":{"type":"object","additionalProperties":false,"title":"Creative Work","description":"A uniquely identified production.","required":["entityType","identifier","schemaVersion"],"properties":{"schemaVersion":{"$ref":"#/$defs/core/properties/schemaVersion","title":"Schema Version"},"entityType":{"title":"Entity Type","type":"string","const":"CreativeWork"},"identifier":{"$ref":"#/$defs/Utility/properties/identifier"},"title":{"type":"object","additionalProperties":true,"title":"Creative Work Title","properties":{}},"description":{"title":"Creative Work Description","description":"A brief description of the creative work","anyOf":[{"type":"string"},{"type":"null"}]},"approximateLength":{"$ref":"#/$defs/Utility/properties/time/properties/periodInTime/properties/durationTime","title":"Approximate Length"},"originalLanguage":{"title":"Original Languages","anyOf":[{"type":"array","items":{"$ref":"#/$defs/Utility/properties/language"}},{"type":"null"}]},"countryOfOrigin":{"title":"Country Of Origin","anyOf":[{"type":"array","items":{"$ref":"#/$defs/Utility/properties/country"}},{"type":"null"}]},"customData":{"$ref":"#/$defs/core/properties/customData","title":"Custom Data"},"Context":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/core/properties/reference"},{"$ref":"#/$defs/MediaCreationContext/properties/Context"}]}},{"type":"null"}]},"entityInfo":{"$ref":"#/$defs/core/properties/entityInfo","title":"Entity Information"}}}
"title":{"type":"object","additionalProperties":true,"title":"Creative Work Title","properties":{"workingTitle":{"title":"Creative Work Working Title","description":"The working title of the work","anyOf":[{"type":"string"},{"type":"null"}]},"officialTitle":{"title":"Creative Work Official Title","description":"The official title of the work","anyOf":[{"type":"string"},{"type":"null"}]},"internalTitle":{"title":"Creative Work Internal Title","description":"The internal title of the work","anyOf":[{"type":"string"},{"type":"null"}]}}}
"description":{"title":"Creative Work Description","description":"A brief description of the creative work","anyOf":[{"type":"string"},{"type":"null"}]}
"SpecialAction":{"type":"object","additionalProperties":false,"title":"Special Action","description":"An action or set of actions that are performed and require additional choreography or supervision.","required":["entityType","identifier","schemaVersion"],"properties":{"schemaVersion":{"$ref":"#/$defs/core/properties/schemaVersion"},"entityType":{"title":"Entity Type","type":"string","const":"NarrativeAction"},"identifier":{"$ref":"#/$defs/Utility/properties/identifier"},"name":{"title":"Narrative Action Name","description":"A human readable name for the action","anyOf":[{"type":"string"},{"type":"null"}]},"description":{"title":"Narrative Object Description","description":"A brief description of the narrative action","anyOf":[{"type":"string"},{"type":"null"}]},"actionType":{"title":"Object type","description":"A categorization of the type action.","type":"string","enum":["stunt","choreography","motionCapture","action","aerial","fight","marine"]},"customData":{"$ref":"#/$defs/core/properties/customData","title":"Custom Data"},"Context":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/core/properties/reference"},{"$ref":"#/$defs/MediaCreationContext/properties/Context"}]}},{"type":"null"}]},"entityInfo":{"$ref":"#/$defs/core/properties/entityInfo","title":"Entity Information"}}}
"description":{"title":"Narrative Object Description","description":"A brief description of the narrative action","anyOf":[{"type":"string"},{"type":"null"}]}
"actionType":{"title":"Object type","description":"A categorization of the type action.","type":"string","enum":["stunt","choreography","motionCapture","action","aerial","fight","marine"]}
"NarrativeAudio":{"type":"object","additionalProperties":false,"title":"Narrative Audio","description":"A named piece of audio significant to the narrative.","required":["entityType","identifier","schemaVersion"],"properties":{"schemaVersion":{"$ref":"#/$defs/core/properties/schemaVersion","title":"Schema Version"},"entityType":{"title":"Entity Type","type":"string","const":"NarrativeAudio"},"identifier":{"$ref":"#/$defs/Utility/properties/identifier"},"name":{"title":"Narrative Object Name","description":"A human readable name for the audio clip","anyOf":[{"type":"string"},{"type":"null"}]},"description":{"title":"Narrative Audio Description","description":"A brief description of the narrative audio","anyOf":[{"type":"string"},{"type":"null"}]},"narrativeType":{"title":"Object type","description":"A categorization of the type of audio.","type":"string","enum":["music","soundEffect","audio"]},"Depiction":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/core/properties/reference"},{"$ref":"#/$defs/MediaCreationContext/properties/Depiction"}]}},{"type":"null"}]},"customData":{"$ref":"#/$defs/core/properties/customData","title":"Custom Data"},"Context":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/core/properties/reference"},{"$ref":"#/$defs/MediaCreationContext/properties/Context"}]}},{"type":"null"}]},"entityInfo":{"$ref":"#/$defs/core/properties/entityInfo","title":"Entity Information"}}}
"description":{"title":"Narrative Audio Description","description":"A brief description of the narrative audio","anyOf":[{"type":"string"},{"type":"null"}]}
Schema narrativeType
Annotations
Title Object type
Description A categorization of the type of audio.
"Effect":{"type":"object","additionalProperties":false,"title":"Effect","description":"An on screen visual effect considered essential to the narrative.","required":["entityType","identifier","schemaVersion"],"properties":{"schemaVersion":{"$ref":"#/$defs/core/properties/schemaVersion","title":"Schema Version"},"entityType":{"title":"Entity Type","type":"string","const":"Effect"},"identifier":{"$ref":"#/$defs/Utility/properties/identifier"},"name":{"title":"Narrative Effect Name","description":"A human readable name for the effect","anyOf":[{"type":"string"},{"type":"null"}]},"description":{"title":"Narrative Object Description","description":"A brief description of the narrative effect","anyOf":[{"type":"string"},{"type":"null"}]},"effectType":{"title":"Object type","description":"A categorization of the type of effect.","type":"string","enum":["visualEffect","effect","specialEffect"]},"customData":{"$ref":"#/$defs/core/properties/customData","title":"Custom Data"},"Context":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/core/properties/reference"},{"$ref":"#/$defs/MediaCreationContext/properties/Context"}]}},{"type":"null"}]},"entityInfo":{"$ref":"#/$defs/core/properties/entityInfo","title":"Entity Information"}}}
"description":{"title":"Narrative Object Description","description":"A brief description of the narrative effect","anyOf":[{"type":"string"},{"type":"null"}]}
Schema effectType
Annotations
Title Object type
Description A categorization of the type of effect.
"effectType":{"title":"Object type","description":"A categorization of the type of effect.","type":"string","enum":["visualEffect","effect","specialEffect"]}
"NarrativeScene":{"type":"object","additionalProperties":false,"title":"Narrative Scene","description":"Taken from the narrative itself and traditionally defined by creative intent and typically a unity of time, place, action, or theme.","required":["entityType","identifier","schemaVersion"],"properties":{"schemaVersion":{"$ref":"#/$defs/core/properties/schemaVersion"},"entityType":{"title":"Entity Type","type":"string","const":"NarrativeScene"},"identifier":{"$ref":"#/$defs/Utility/properties/identifier"},"name":{"type":"string","title":"Scene Name","description":"A human readable name for the scene"},"sceneName":{"type":"object","additionalProperties":true,"title":"Narrative Scene Name","description":"A human readable name for the scene","properties":{}},"description":{"title":"Narrative Scene Description","description":"A brief description of the narrative scene","anyOf":[{"type":"string"},{"type":"null"}]},"sceneNumber":{"title":"Scene Number","description":"A number used in the script to refer to the scene","anyOf":[{"type":"string"},{"type":"null"}]},"slugline":{"type":"array","title":"Slugline","items":{}},"customData":{"$ref":"#/$defs/core/properties/customData"},"Context":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/core/properties/reference"},{"$ref":"#/$defs/MediaCreationContext/properties/Context"}]}},{"type":"null"}]},"entityInfo":{"$ref":"#/$defs/core/properties/entityInfo","title":"Entity Information"}}}
"sceneName":{"type":"object","additionalProperties":true,"title":"Narrative Scene Name","description":"A human readable name for the scene","properties":{"fullName":{"title":"Scene full name","description":"A full descriptive name for the scene","anyOf":[{"type":"string"},{"type":"null"}]},"altName":{"title":"Scene alternate name","description":"An alternate, often shorter, name used in applications to identify the scenes","anyOf":[{"type":"string"},{"type":"null"}]}}}
"altName":{"title":"Scene alternate name","description":"An alternate, often shorter, name used in applications to identify the scenes","anyOf":[{"type":"string"},{"type":"null"}]}
Schema description
Annotations
Title Narrative Scene Description
Description A brief description of the narrative scene
"description":{"title":"Narrative Scene Description","description":"A brief description of the narrative scene","anyOf":[{"type":"string"},{"type":"null"}]}
Schema sceneNumber
Annotations
Title Scene Number
Description A number used in the script to refer to the scene
"slugline":{"type":"array","title":"Slugline","items":{"type":"object","additionalProperties":false,"title":"Slugline","description":"An arbitrary note or comment pertaining to the entity","properties":{"title":{"title":"Title","description":"A title for the note or annotation","anyOf":[{"type":"string"},{"type":"null"}]},"text":{"title":"Text","description":"The text of the note or annotation","anyOf":[{"type":"string"},{"type":"null"}]}}}}
Schema items
Annotations
Title Slugline
Description An arbitrary note or comment pertaining to the entity
"items":{"type":"object","additionalProperties":false,"title":"Slugline","description":"An arbitrary note or comment pertaining to the entity","properties":{"title":{"title":"Title","description":"A title for the note or annotation","anyOf":[{"type":"string"},{"type":"null"}]},"text":{"title":"Text","description":"The text of the note or annotation","anyOf":[{"type":"string"},{"type":"null"}]}}}
"ProductionLocation":{"type":"object","additionalProperties":false,"title":"Production Location","description":"A real place that is used to depict the Narrative Location or used for creating the production.","required":["entityType","identifier","schemaVersion"],"properties":{"schemaVersion":{"$ref":"#/$defs/core/properties/schemaVersion","title":"Schema Version"},"entityType":{"title":"Entity Type","type":"string","const":"ProductionLocation"},"identifier":{"$ref":"#/$defs/Utility/properties/identifier"},"name":{"title":"Production Location Name","description":"A human readable name for the location","anyOf":[{"type":"string"},{"type":"null"}]},"description":{"title":"Production Location Description","description":"A brief description of the production location","anyOf":[{"type":"string"},{"type":"null"}]},"locationType":{"description":"Describes whether this is production location or more specifically a shooting location","default":"production","type":"string","enum":["production","shooting"]},"Location":{"oneOf":[{"$ref":"#/$defs/core/properties/reference"},{"$ref":"#/$defs/Utility/properties/Location"}]},"customData":{"$ref":"#/$defs/core/properties/customData","title":"Custom Data"},"Context":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/core/properties/reference"},{"$ref":"#/$defs/MediaCreationContext/properties/Context"}]}},{"type":"null"}]},"entityInfo":{"$ref":"#/$defs/core/properties/entityInfo","title":"Entity Information"}}}
"description":{"title":"Production Location Description","description":"A brief description of the production location","anyOf":[{"type":"string"},{"type":"null"}]}
Schema locationType
Annotations
Description Describes whether this is production location or more specifically a shooting location
"locationType":{"description":"Describes whether this is production location or more specifically a shooting location","default":"production","type":"string","enum":["production","shooting"]}
Description Defined either by explicit divisions in the structure of the Script, e.g., by a Slugline, or by additional capture for use in the Creative Work that is not tied to any particular Scene in the Script.
"ProductionScene":{"type":"object","additionalProperties":false,"title":"Production Scene","description":"Defined either by explicit divisions in the structure of the Script, e.g., by a Slugline, or by additional capture for use in the Creative Work that is not tied to any particular Scene in the Script.","required":["entityType","identifier","schemaVersion"],"properties":{"schemaVersion":{"$ref":"#/$defs/core/properties/schemaVersion","title":"Schema Version"},"entityType":{"title":"Entity Type","type":"string","const":"ProductionScene"},"identifier":{"$ref":"#/$defs/Utility/properties/identifier"},"name":{"title":"Asset name","description":"A human readable name for the production scene","anyOf":[{"type":"string"},{"type":"null"}]},"description":{"title":"Asset description","description":"A human readable description of the production scene","anyOf":[{"type":"string"},{"type":"null"}]},"sceneName":{"$ref":"#/$defs/Utility/properties/basicName","title":"Scene Name"},"sceneHeader":{"title":"Scene Header","description":"Used when referring to the Production Scene. It is generally synonymous with Slugline and is used to divide a Script into scenes.","anyOf":[{"type":"string"},{"type":"null"}]},"sceneDescriptor":{"title":"Scene Descriptor","description":"An alphanumeric reference to a Production Scene","anyOf":[{"type":"string"},{"type":"null"}]},"sceneNumber":{"title":"Scene Number","description":"A number tied to a Slugline when a Script is locked","anyOf":[{"type":"null"},{"type":"string"}]},"customData":{"$ref":"#/$defs/core/properties/customData"},"Context":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/core/properties/reference"},{"$ref":"#/$defs/MediaCreationContext/properties/Context"}]}},{"type":"null"}]},"entityInfo":{"$ref":"#/$defs/core/properties/entityInfo","title":"Entity Information"}}}
"description":{"title":"Asset description","description":"A human readable description of the production scene","anyOf":[{"type":"string"},{"type":"null"}]}
Schema basicName
Annotations
Title Basic Name
Description A description of things name and an alternative name
"basicName":{"title":"Basic Name","description":"A description of things name and an alternative name","anyOf":[{"type":"object","additionalProperties":false,"properties":{"fullName":{"title":"Full Name","description":"The full an complete name of the entity","anyOf":[{"type":"string"},{"type":"null"}]},"altName":{"title":"Alternate Name","description":"An alternate, often shortened name for the entity","anyOf":[{"type":"string"},{"type":"null"}]}}},{"type":"null"}]}
"basicName/0":{"type":"object","additionalProperties":false,"properties":{"fullName":{"title":"Full Name","description":"The full an complete name of the entity","anyOf":[{"type":"string"},{"type":"null"}]},"altName":{"title":"Alternate Name","description":"An alternate, often shortened name for the entity","anyOf":[{"type":"string"},{"type":"null"}]}}}
Schema fullName
Annotations
Title Full Name
Description The full an complete name of the entity
"sceneHeader":{"title":"Scene Header","description":"Used when referring to the Production Scene. It is generally synonymous with Slugline and is used to divide a Script into scenes.","anyOf":[{"type":"string"},{"type":"null"}]}
Schema sceneDescriptor
Annotations
Title Scene Descriptor
Description An alphanumeric reference to a Production Scene
"sceneDescriptor":{"title":"Scene Descriptor","description":"An alphanumeric reference to a Production Scene","anyOf":[{"type":"string"},{"type":"null"}]}
Schema sceneNumber
Annotations
Title Scene Number
Description A number tied to a Slugline when a Script is locked
"Sequence":{"type":"object","additionalProperties":false,"title":"Sequence","description":"A sequence of shots linked to creative intent.","required":["entityType","identifier","schemaVersion"],"properties":{"schemaVersion":{"$ref":"#/$defs/core/properties/schemaVersion","title":"Schema Version"},"entityType":{"title":"Entity Type","type":"string","const":"Sequence"},"identifier":{"$ref":"#/$defs/Utility/properties/identifier"},"name":{"title":"Sequence Name","description":"A human readable name for the editorial sequence","anyOf":[{"type":"string"},{"type":"null"}]},"description":{"title":"Sequence description","description":"A brief description of the sequence","anyOf":[{"type":"string"},{"type":"null"}]},"provenance":{"$ref":"#/$defs/Utility/properties/provenance","title":"Provenance"},"version":{"type":"object","additionalProperties":false,"title":"Sequence Version Information","description":"A particular form, variant, or representation of an Asset that differs in some way from its source Asset.","properties":{}},"sequenceType":{"title":"Sequence Type","type":"string","enum":["editorial","image","color","vfx","animation"]},"SCD":{"title":"Sequence Chronology Descriptor","oneOf":[{"$ref":"#/$defs/core/properties/reference"},{"$ref":"#/$defs/Asset/properties/Asset"}]},"customData":{"$ref":"#/$defs/core/properties/customData"},"Context":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/core/properties/reference"},{"$ref":"#/$defs/MediaCreationContext/properties/Context"}]}},{"type":"null"}]},"entityInfo":{"$ref":"#/$defs/core/properties/entityInfo","title":"Entity Information"}}}
"version":{"type":"object","additionalProperties":false,"title":"Sequence Version Information","description":"A particular form, variant, or representation of an Asset that differs in some way from its source Asset.","properties":{"versionNumber":{"$ref":"#/$defs/Utility/properties/versionNumber"},"name":{"type":"string","title":"A name for this specific version of the Asset"},"description":{"title":"Asset description","description":"A human readable description of the version","anyOf":[{"type":"string"},{"type":"null"}]},"annotation":{"type":"array","description":"A collection of notes specific to this version","items":{}},"VariantOf":{"oneOf":[{"$ref":"#/$defs/core/properties/reference"},{"$ref":"#/$defs/MediaCreationContext/properties/Sequence"}]},"RevisionOf":{"oneOf":[{"$ref":"#/$defs/core/properties/reference"},{"$ref":"#/$defs/MediaCreationContext/properties/Sequence"}]},"Variant":{"type":"array","items":{}},"Alternative":{"type":"array","items":{}},"Revision":{"type":"array","items":{}},"customData":{"$ref":"#/$defs/core/properties/customData"}}}
"Slate":{"type":"object","additionalProperties":false,"title":"Slate","description":"Used to capture key identifying information about what is being recorded on any given setup and take.","required":["entityType","identifier","schemaVersion"],"properties":{"schemaVersion":{"$ref":"#/$defs/core/properties/schemaVersion","title":"Schema Version"},"entityType":{"title":"Entity Type","type":"string","const":"Slate"},"identifier":{"$ref":"#/$defs/Utility/properties/identifier"},"slateUID":{"type":"string","title":"Slate UID","description":"Slate Unique Identifier"},"cameraLabel":{"title":"Camera Label","description":"Label for the Camera responsible for the Capture, usually related to the role and responsibility of the group operating it and usually a single upper-case letter starting with A.","anyOf":[{"type":"string"},{"type":"null"}]},"cameraUnit":{"title":"Camera Unit","description":"A group of Participants responsible for shooting some element of a Scene, e.g., a Main Unit or Second Unit.","anyOf":[{"type":"string"},{"type":"null"}]},"cameraRoll":{"title":"Camera Roll","description":"Identifier for a group of events captured together on the same camera on the same media.","anyOf":[{"type":"string"},{"type":"null"}]},"soundRoll":{"title":"Sound Roll","description":"Identifier for a group of audio events captured together on the same recording device and same media.","anyOf":[{"type":"string"},{"type":"null"}]},"shootDate":{"$ref":"#/$defs/Utility/properties/time/properties/date","title":"Shoot Date","description":"The date of capture or creation"},"shootDay":{"title":"Shoot Day","description":"The number of the day on the shooting schedule.","anyOf":[{"type":"number"},{"type":"string"},{"type":"null"}]},"recordingFPS":{"title":"Recording FPS","description":"Frames per second recorded by the camera.","anyOf":[{"type":"number"},{"type":"null"}]},"CreativeWork":{"oneOf":[{"$ref":"#/$defs/core/properties/reference"},{"$ref":"#/$defs/MediaCreationContext/properties/CreativeWork"}]},"Director":{"title":"Director","anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/core/properties/reference"},{"$ref":"#/$defs/Participant/properties/Participant"}]}},{"type":"null"}]},"customData":{"$ref":"#/$defs/core/properties/customData"},"Context":{"anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/core/properties/reference"},{"$ref":"#/$defs/MediaCreationContext/properties/Context"}]}},{"type":"null"}]},"entityInfo":{"$ref":"#/$defs/core/properties/entityInfo","title":"Entity Information"}}}
Description Label for the Camera responsible for the Capture, usually related to the role and responsibility of the group operating it and usually a single upper-case letter starting with A.
"cameraLabel":{"title":"Camera Label","description":"Label for the Camera responsible for the Capture, usually related to the role and responsibility of the group operating it and usually a single upper-case letter starting with A.","anyOf":[{"type":"string"},{"type":"null"}]}
Schema cameraUnit
Annotations
Title Camera Unit
Description A group of Participants responsible for shooting some element of a Scene, e.g., a Main Unit or Second Unit.
"cameraUnit":{"title":"Camera Unit","description":"A group of Participants responsible for shooting some element of a Scene, e.g., a Main Unit or Second Unit.","anyOf":[{"type":"string"},{"type":"null"}]}
Schema cameraRoll
Annotations
Title Camera Roll
Description Identifier for a group of events captured together on the same camera on the same media.
"cameraRoll":{"title":"Camera Roll","description":"Identifier for a group of events captured together on the same camera on the same media.","anyOf":[{"type":"string"},{"type":"null"}]}
Schema soundRoll
Annotations
Title Sound Roll
Description Identifier for a group of audio events captured together on the same recording device and same media.
"soundRoll":{"title":"Sound Roll","description":"Identifier for a group of audio events captured together on the same recording device and same media.","anyOf":[{"type":"string"},{"type":"null"}]}
Schema date
Annotations
Title Date
Description Should be formatted to comply with ISO 8601
"date":{"title":"Date","description":"Should be formatted to comply with ISO 8601","examples":["2020-11-21"],"anyOf":[{"type":"string","pattern":"\\d{4}-[01]\\d-[0-3]\\d"},{"type":"null"}]}
"shootDay":{"title":"Shoot Day","description":"The number of the day on the shooting schedule.","anyOf":[{"type":"number"},{"type":"string"},{"type":"null"}]}
Schema recordingFPS
Annotations
Title Recording FPS
Description Frames per second recorded by the camera.
Description The underlying systems and framework required for the production of the Creative Work; it is generally not specific to a particular Creative Work.
"Infrastructure":{"type":"object","additionalProperties":true,"title":"Infrastructure","description":"The underlying systems and framework required for the production of the Creative Work; it is generally not specific to a particular Creative Work.","required":["entityType","identifier","schemaVersion"],"properties":{"schemaVersion":{"$ref":"#/$defs/core/properties/schemaVersion","title":"Schema Version"},"entityInfo":{"type":"string","title":"Entity Information"},"entityType":{"title":"Entity Type","type":"string","const":"Infrastructure"},"identifier":{"$ref":"#/$defs/Utility/properties/identifier","title":"Identifier"},"name":{"title":"Asset name","description":"A human readable name for the asset","anyOf":[{"type":"string"},{"type":"null"}]},"description":{"title":"Asset description","description":"A human readable description of the asset","anyOf":[{"type":"string"},{"type":"null"}]},"customData":{"$ref":"#/$defs/core/properties/customData"},"InfrastructureSC":{"$ref":"#/$defs/Infrastructure/properties/InfrastructureSC","title":"Structural Characteristics"},"infrastructureFC":{"$ref":"#/$defs/Infrastructure/properties/infrastructureFC","title":"Functional Characteristics"},"Context":{"$ref":"#/$defs/MediaCreationContext/properties/Context","title":"Asset Context"}}}
"InfrastructureSC":{"type":"object","additionalProperties":false,"title":"Infrastructure Structural Characteristics","description":"Describes the form of the Infrastructure along with the attributes specific to that infrastructure's form","required":["entityType","identifier","schemaVersion"],"properties":{"schemaVersion":{"$ref":"#/$defs/core/properties/schemaVersion","title":"Schema Version"},"entityType":{"title":"Entity Type","type":"string","const":"InfrastructureSC"},"identifier":{"$ref":"#/$defs/Utility/properties/identifier"},"structuralType":{"title":"Structural Type","description":"A structured description of the the assets form","examples":["assetGroup","digital.image","analog.movingImage"],"anyOf":[{"type":"string"},{"type":"null"}]},"structuralProperties":{"title":"Structural Properties","description":"A set of properties that describe the infrastructure in this form","anyOf":[{"type":"object","additionalProperties":true,"properties":{"dimensions":{"type":"string"},"customData":{"$ref":"#/$defs/core/properties/customData"}}},{"type":"null"}]},"customData":{"$ref":"#/$defs/core/properties/customData"}}}
"structuralType":{"title":"Structural Type","description":"A structured description of the the assets form","examples":["assetGroup","digital.image","analog.movingImage"],"anyOf":[{"type":"string"},{"type":"null"}]}
Schema structuralProperties
Annotations
Title Structural Properties
Description A set of properties that describe the infrastructure in this form
"structuralProperties":{"title":"Structural Properties","description":"A set of properties that describe the infrastructure in this form","anyOf":[{"type":"object","additionalProperties":true,"properties":{"dimensions":{"type":"string"},"customData":{"$ref":"#/$defs/core/properties/customData"}}},{"type":"null"}]}
"infrastructureFC":{"type":"object","additionalProperties":true,"title":"Infrastructure Functional Characteristics","description":"Describes the use or purpose of an Infrastructure within the production process","properties":{"functionalType":{"title":"Functional Type","description":"The use or purpose of a Task within the production process.","anyOf":[{"type":"string"},{"type":"null"}]},"functionalProperties":{"title":"Functional Properties","description":"A set of properties that describe the tasks functional use","anyOf":[{"type":"object","additionalProperties":true,"properties":{"customData":{"$ref":"#/$defs/core/properties/customData"}}},{"type":"null"}]},"customData":{"$ref":"#/$defs/core/properties/customData"}}}
Schema functionalType
Annotations
Title Functional Type
Description The use or purpose of a Task within the production process.
"functionalType":{"title":"Functional Type","description":"The use or purpose of a Task within the production process.","anyOf":[{"type":"string"},{"type":"null"}]}
Schema functionalProperties
Annotations
Title Functional Properties
Description A set of properties that describe the tasks functional use
"functionalProperties":{"title":"Functional Properties","description":"A set of properties that describe the tasks functional use","anyOf":[{"type":"object","additionalProperties":true,"properties":{"customData":{"$ref":"#/$defs/core/properties/customData"}}},{"type":"null"}]}
"personName":{"$ref":"#/$defs/Utility/properties/completeName","title":"Person Name","description":"The canonical name or set of names and titles for the Person"}
"Department":{"type":"object","additionalProperties":false,"title":"Department","description":"Part of a larger Organization with a particular set of responsibilities on the production.","required":["entityType","identifier","schemaVersion"],"properties":{"schemaVersion":{"$ref":"#/$defs/core/properties/schemaVersion","title":"Schema Version"},"entityType":{"title":"Entity Type","type":"string","const":"Department"},"identifier":{"$ref":"#/$defs/Utility/properties/identifier"},"structuralType":{"type":"string","const":"department"},"name":{"title":"Department name","description":"A human readable name for the department, primarily for use as a label","anyOf":[{"type":"string"},{"type":"null"}]},"description":{"title":"Description","description":"A brief description of the department","anyOf":[{"type":"string"},{"type":"null"}]},"departmentName":{"$ref":"#/$defs/Utility/properties/basicName"},"Location":{"oneOf":[{"$ref":"#/$defs/core/properties/reference"},{"$ref":"#/$defs/Utility/properties/Location"}]},"contact":{"$ref":"#/$defs/Utility/properties/contact"},"customData":{"$ref":"#/$defs/core/properties/customData"},"entityInfo":{"$ref":"#/$defs/core/properties/entityInfo","title":"Entity Information"}}}
"name":{"title":"Department name","description":"A human readable name for the department, primarily for use as a label","anyOf":[{"type":"string"},{"type":"null"}]}
"Organization":{"type":"object","additionalProperties":false,"title":"Organization","description":"A legal entity or groups of people associated with the production.. with a particular purpose relative to the production.","required":["entityType","identifier"],"properties":{"schemaVersion":{"$ref":"#/$defs/core/properties/schemaVersion","title":"Schema Version"},"entityType":{"title":"Entity Type","type":"string","const":"Organization"},"identifier":{"$ref":"#/$defs/Utility/properties/identifier"},"structuralType":{"type":"string","const":"organization"},"name":{"title":"Organization name","description":"A human readable name for the organization, primarily for use as a label","anyOf":[{"type":"string"},{"type":"null"}]},"description":{"title":"Description","description":"A brief description of the organization","anyOf":[{"type":"string"},{"type":"null"}]},"organizationName":{"$ref":"#/$defs/Utility/properties/basicName"},"contact":{"$ref":"#/$defs/Utility/properties/contact"},"Location":{"oneOf":[{"$ref":"#/$defs/core/properties/reference"},{"$ref":"#/$defs/Utility/properties/Location"}]},"customData":{"$ref":"#/$defs/core/properties/customData"},"entityInfo":{"$ref":"#/$defs/core/properties/entityInfo","title":"Entity Information"}}}
"name":{"title":"Organization name","description":"A human readable name for the organization, primarily for use as a label","anyOf":[{"type":"string"},{"type":"null"}]}
Schema description
Annotations
Title Description
Description A brief description of the organization
"Service":{"type":"object","additionalProperties":false,"title":"Service","description":"A computer driven agent that can perform tasks given the proper context and structured data.","required":["entityType","identifier","schemaVersion"],"properties":{"schemaVersion":{"$ref":"#/$defs/core/properties/schemaVersion","title":"Schema Version"},"entityType":{"title":"Entity Type","type":"string","const":"Service"},"identifier":{"$ref":"#/$defs/Utility/properties/identifier"},"structuralType":{"type":"string","const":"service"},"name":{"title":"Service name","description":"A human readable name for the service, primarily for use as a label","anyOf":[{"type":"string"},{"type":"null"}]},"description":{"title":"Description","description":"A brief description of the service","anyOf":[{"type":"string"},{"type":"null"}]},"serviceName":{"$ref":"#/$defs/Utility/properties/basicName"},"contact":{"$ref":"#/$defs/Utility/properties/contact"},"customData":{"$ref":"#/$defs/core/properties/customData"},"entityInfo":{"$ref":"#/$defs/core/properties/entityInfo","title":"Entity Information"}}}
"name":{"title":"Service name","description":"A human readable name for the service, primarily for use as a label","anyOf":[{"type":"string"},{"type":"null"}]}
"participantFC":{"type":"object","additionalProperties":true,"title":"Participant Functional Characteristics","description":"The use or purpose of a Participant within the production process","properties":{"functionalType":{"title":"Functional Type","anyOf":[{"type":"string"},{"type":"null"}]},"jobTitle":{"title":"Job Title","description":"A formal name for the position a Person holds in relation to the production, usually associated with a specific set of responsibilities.","anyOf":[{"type":"string"},{"type":"null"}]},"Role":{"type":"array","description":"","items":{}}}}
"jobTitle":{"title":"Job Title","description":"A formal name for the position a Person holds in relation to the production, usually associated with a specific set of responsibilities.","anyOf":[{"type":"string"},{"type":"null"}]}
"Role":{"type":"object","additionalProperties":false,"title":"Role","description":"A set of properties that define the role of a participant within the production","required":["entityType","identifier","schemaVersion"],"properties":{"schemaVersion":{"$ref":"#/$defs/core/properties/schemaVersion","title":"Schema Version"},"entityType":{"title":"Entity Type","type":"string","const":"Role"},"identifier":{"$ref":"#/$defs/Utility/properties/identifier"},"name":{"title":"Role Name","examples":["Director","Producer","Composer","Art Department"],"anyOf":[{"type":"string"},{"type":"null"}]},"description":{"title":"Role Description","anyOf":[{"type":"string"},{"type":"null"}]},"roleType":{"type":"string","title":"Role Type","description":"The specific role, typically used in authorization systems"},"customData":{"$ref":"#/$defs/core/properties/customData"},"entityInfo":{"$ref":"#/$defs/core/properties/entityInfo","title":"Entity Information"}}}
"Participant":{"type":"array","title":"Participant","description":"Any Participants that are members of this Participant group","items":{"anyOf":[{"$ref":"#/$defs/core/properties/reference"},{"$ref":"#/$defs/Participant/properties/Participant"}]}}
"dateTime":{"title":"Date & Time","description":"Should be formatted to comply with ISO 8601","examples":["2023-08-24T20:51:15Z\n2023-08-24T20:51:15.56Z\n2023-08-24T20:51:15+08:00\n2023-08-24T20:51:15.23-04:00"],"anyOf":[{"type":"string","pattern":"^(?:19|20)\\d{2}-(?:0[1-9]|1[0-2])-(?:0[1-9]|[12]\\d|3[01])T(?:[01]\\d|2[0-3]):[0-5]\\d:[0-5]\\d(?:|\\.\\d\\d)(?:Z|-0[1-9]|-1\\d|-2[0-3]|-00:?(?:0[1-9]|[1-5]\\d)|\\+[01]\\d|\\+2[0-3])(?:|:?[0-5]\\d)$"},{"type":"null"}]}
"Asset":{"title":"Asset Group","description":"The set of Assets that make up an an asset group and has a structuralType of 'assetGroup'","anyOf":[{"type":"array","items":{"anyOf":[{"$ref":"#/$defs/core/properties/reference"},{"$ref":"#/$defs/Asset/properties/Asset"}]}},{"type":"null"}]}
"AssetSC":{"type":"object","additionalProperties":false,"title":"Asset Structural Characteristics","description":"Describes the form of an Asset along with the attributes specific to that asset’s form","required":["entityType","identifier","schemaVersion"],"properties":{"schemaVersion":{"$ref":"#/$defs/core/properties/schemaVersion","title":"Schema Version"},"entityType":{"title":"Entity Type","type":"string","const":"AssetSC"},"identifier":{"$ref":"#/$defs/Utility/properties/identifier"},"version":{"type":"object","additionalProperties":false,"title":"Asset Structural Version Information","description":"A particular form, variant, or representation of an Asset that differs in some way from its source Asset.","properties":{}},"provenance":{"$ref":"#/$defs/Utility/properties/provenance","title":"Provenance"},"name":{"title":"Participant name","description":"A human readable name for the participant, primarily for use as a label","anyOf":[{"type":"string"},{"type":"null"}]},"description":{"title":"Description","description":"A brief description of the participant","anyOf":[{"type":"string"},{"type":"null"}]},"structuralType":{"title":"Structural Type","description":"A structured description of the the assets form","examples":["assetGroup","digital.image","analog.movingImage"],"anyOf":[{"type":"string"},{"type":"null"}]},"isAnalog":{"title":"Is Analog","description":"True if the Asset is an Analog Asset.","type":"boolean"},"structuralProperties":{"title":"Structural Properties","description":"A set of properties that describe the asset in this form","anyOf":[{"type":"object","additionalProperties":true,"properties":{"customData":{"$ref":"#/$defs/core/properties/customData"}}},{"type":"null"}]},"Carrier":{"title":"Carrier","description":"For describing the physical storage device on which the digital assence is stored","oneOf":[{"$ref":"#/$defs/core/properties/reference"},{"$ref":"#/$defs/Infrastructure/properties/Infrastructure"}]},"customData":{"$ref":"#/$defs/core/properties/customData"},"entityInfo":{"$ref":"#/$defs/core/properties/entityInfo","title":"Entity Information"}}}
"version":{"type":"object","additionalProperties":false,"title":"Asset Structural Version Information","description":"A particular form, variant, or representation of an Asset that differs in some way from its source Asset.","properties":{"versionNumber":{"$ref":"#/$defs/Utility/properties/versionNumber"},"name":{"type":"string","title":"A name for this specific version of the Asset"},"description":{"title":"Asset description","description":"A human readable description of the version","anyOf":[{"type":"string"},{"type":"null"}]},"annotation":{"type":"array","description":"A collection of notes specific to this version","items":{}},"DerivationOf":{"oneOf":[{"$ref":"#/$defs/core/properties/reference"},{"$ref":"#/$defs/Asset/properties/AssetSC"}]},"RepresentationOf":{"oneOf":[{"$ref":"#/$defs/core/properties/reference"},{"$ref":"#/$defs/Asset/properties/AssetSC"}]},"RevisionOf":{"oneOf":[{"$ref":"#/$defs/core/properties/reference"},{"$ref":"#/$defs/Asset/properties/AssetSC"}]},"Deriviation":{"type":"array","items":{}},"Representation":{"type":"array","items":{}},"Revision":{"type":"array","items":{}},"customData":{"$ref":"#/$defs/core/properties/customData"}}}
"name":{"title":"Participant name","description":"A human readable name for the participant, primarily for use as a label","anyOf":[{"type":"string"},{"type":"null"}]}
Schema description
Annotations
Title Description
Description A brief description of the participant
"structuralType":{"title":"Structural Type","description":"A structured description of the the assets form","examples":["assetGroup","digital.image","analog.movingImage"],"anyOf":[{"type":"string"},{"type":"null"}]}
"structuralProperties":{"title":"Structural Properties","description":"A set of properties that describe the asset in this form","anyOf":[{"type":"object","additionalProperties":true,"properties":{"customData":{"$ref":"#/$defs/core/properties/customData"}}},{"type":"null"}]}
"Carrier":{"title":"Carrier","description":"For describing the physical storage device on which the digital assence is stored","oneOf":[{"$ref":"#/$defs/core/properties/reference"},{"$ref":"#/$defs/Infrastructure/properties/Infrastructure"}]}
"assetFC":{"title":"Asset Functional Characteristics","description":"Describes the use or purpose of an Asset within the production process","oneOf":[{"type":"null","description":"Allow for null"},{"$ref":"#/$defs/Asset/properties/assetFC/$defs/empty","title":"Allow for empty object, no functional characteristics"},{"$ref":"#/$defs/Asset/properties/assetFC/$defs/generic","title":"A generic schema allowing any functional type and properties"},{"$ref":"#/$defs/Asset/properties/assetFC/$defs/scd","title":"Functional characteristics for a Sequence Chronology Descriptor"}]}
"Task":{"type":"object","additionalProperties":true,"title":"Task","description":"A piece of work to be done and completed as a step in the production process.","required":["entityType","identifier","schemaVersion"],"properties":{"schemaVersion":{"$ref":"#/$defs/core/properties/schemaVersion","title":"Schema Version"},"entityType":{"title":"Entity Type","type":"string","const":"Task"},"identifier":{"$ref":"#/$defs/Utility/properties/identifier","title":"Identifier"},"name":{"title":"Asset name","description":"A human readable name for the asset","anyOf":[{"type":"string"},{"type":"null"}]},"description":{"title":"Asset description","description":"A human readable description of the asset","anyOf":[{"type":"string"},{"type":"null"}]},"TaskSC":{"$ref":"#/$defs/Task/properties/TaskSC","title":"Structural Characteristics"},"taskFC":{"$ref":"#/$defs/Task/properties/taskFC","title":"Functional Characteristics"},"Context":{"$ref":"#/$defs/MediaCreationContext/properties/Context","title":"Asset Context"},"customData":{"$ref":"#/$defs/core/properties/customData"},"entityInfo":{"$ref":"#/$defs/core/properties/entityInfo","title":"Entity Information"}}}
"TaskSC":{"type":"object","additionalProperties":true,"title":"Task Structural Characteristics","description":"Describes the form of Task along with the attributes specific to that task’s form","required":["entityType","identifier","schemaVersion"],"properties":{"schemaVersion":{"$ref":"#/$defs/core/properties/schemaVersion","title":"Schema Version"},"entityType":{"title":"Entity Type","type":"string","const":"TaskSC"},"identifier":{"$ref":"#/$defs/Utility/properties/identifier"},"structuralType":{"title":"Structural Type","description":"A structured description of the the assets form","examples":["assetGroup","digital.image","analog.movingImage"],"anyOf":[{"type":"string"},{"type":"null"}]},"structuralProperties":{"title":"Structural Properties","description":"A set of properties that describe the asset in this form","anyOf":[{"type":"object","additionalProperties":true,"properties":{"dimensions":{"type":"string"},"customData":{"$ref":"#/$defs/core/properties/customData"}}},{"type":"null"}]},"customData":{"$ref":"#/$defs/core/properties/customData"},"entityInfo":{"$ref":"#/$defs/core/properties/entityInfo","title":"Entity Information"}}}
"structuralType":{"title":"Structural Type","description":"A structured description of the the assets form","examples":["assetGroup","digital.image","analog.movingImage"],"anyOf":[{"type":"string"},{"type":"null"}]}
Schema structuralProperties
Annotations
Title Structural Properties
Description A set of properties that describe the asset in this form
"structuralProperties":{"title":"Structural Properties","description":"A set of properties that describe the asset in this form","anyOf":[{"type":"object","additionalProperties":true,"properties":{"dimensions":{"type":"string"},"customData":{"$ref":"#/$defs/core/properties/customData"}}},{"type":"null"}]}
"taskFC":{"type":"object","additionalProperties":true,"title":"Task Functional Characteristics","description":"Describes the use or purpose of an Asset within the production process","properties":{"functionalType":{"title":"Functional Type","description":"The use or purpose of a Task within the production process.","anyOf":[{"type":"string"},{"type":"null"}]},"functionalProperties":{"title":"Functional Properties","description":"A set of properties that describe the tasks functional use","anyOf":[{"type":"object","additionalProperties":true,"properties":{"customData":{"$ref":"#/$defs/core/properties/customData"}}},{"type":"null"}]},"customData":{"$ref":"#/$defs/core/properties/customData"}}}
Schema functionalType
Annotations
Title Functional Type
Description The use or purpose of a Task within the production process.
"functionalType":{"title":"Functional Type","description":"The use or purpose of a Task within the production process.","anyOf":[{"type":"string"},{"type":"null"}]}
Schema functionalProperties
Annotations
Title Functional Properties
Description A set of properties that describe the tasks functional use
"functionalProperties":{"title":"Functional Properties","description":"A set of properties that describe the tasks functional use","anyOf":[{"type":"object","additionalProperties":true,"properties":{"customData":{"$ref":"#/$defs/core/properties/customData"}}},{"type":"null"}]}